# Carnal Realms papal succession law support.
#
# This keeps the vanilla/CM papal succession law available while making CR own
# the title list explicitly. Cardinal eligibility is handled in
# common/religious_titles/cr_religious_titles.txt.

laws = {
	succ_papal_succession = {
		potential = {
			OR = {
				title = k_papal_state
				title = d_fraticelli
			}
		}

		effect = {
			succession = papal_succession
		}
		revoke_allowed = {
			always = no
		}
	}
}
